A. Implement application and session level events
B. Declare Global variables
C. No use
D. All of the above
Advertisement
Related Mcqs:
- In ASP.NET application the Global.asax file lie in which directory_________________?
- A. System B. ROOT C. Application D. None of the Above...
- It is best to use a web instead of a windows application when the application ?
- A. needs to be available to the public B. must be platform-independent C. has a thin front end (client) D. All of the above...
- The type of code found in Code-Behind class is __________________?
- A. Client-side code B. Server-side code C. Both A and B D. None of these...
- The .NET Framework provides a runtime environment called_______________?
- A. CLR B. RMT C. RC D. RCT...
- Which one of the following namespaces contains the definition for IdbConnection ?
- A. System.Data.Interfaces B. System.Data.Connection C. System.Data.Common D. System.Data...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- If a developer of ASP.NET defines style information in a common location. Then that location is called as________________?
- A. Theme B. Master Page C. Customization D. None of these...
- What is the transport protocol used to call a webservice ?
- A. TCP B. HTTP C. SMTP D. SOAP...
- What attributes do you use to hide a public .Net class from COM ?
- A. ComVisible attributes B. DLLImport Attributes C. COM Interop D. All of the above...
- In ASP.NET page framework an automatic way to associate page events and methods is______________?
- A. It is not possible to set automatically page events and methods B. AutoEventWireup attribute of the Page directive is set to False C. AutoEventWireup attribute of the Page directive is set to true D. All of the above...
Advertisement